Skip to main content

persons

Get a list of persons associated with the user

GraphQL Schema

extend type query {
"""Get a list of persons associated with the user"""
persons(userId: ID!): [Person!]!
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns [Person!]!

NameTypeDescription
idID!Unique ID of the object
relationshipRelationship
titleString
firstNameString
legalFirstNameString
lastNameString
legalLastNameString
dateOfBirthDate
phoneNumberString
sexBiologicalSex
joinDateDate
addressAddress